3.2.98 \(\int \frac {x^3}{(a+b x)^4} \, dx\)

Optimal. Leaf size=58 \[ \frac {a^3}{3 b^4 (a+b x)^3}-\frac {3 a^2}{2 b^4 (a+b x)^2}+\frac {3 a}{b^4 (a+b x)}+\frac {\log (a+b x)}{b^4} \]

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 58, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.091, Rules used = {43} \begin {gather*} \frac {a^3}{3 b^4 (a+b x)^3}-\frac {3 a^2}{2 b^4 (a+b x)^2}+\frac {3 a}{b^4 (a+b x)}+\frac {\log (a+b x)}{b^4} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^3/(a + b*x)^4,x]

[Out]

a^3/(3*b^4*(a + b*x)^3) - (3*a^2)/(2*b^4*(a + b*x)^2) + (3*a)/(b^4*(a + b*x)) + Log[a + b*x]/b^4

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rubi steps

\begin {align*} \int \frac {x^3}{(a+b x)^4} \, dx &=\int \left (-\frac {a^3}{b^3 (a+b x)^4}+\frac {3 a^2}{b^3 (a+b x)^3}-\frac {3 a}{b^3 (a+b x)^2}+\frac {1}{b^3 (a+b x)}\right ) \, dx\\ &=\frac {a^3}{3 b^4 (a+b x)^3}-\frac {3 a^2}{2 b^4 (a+b x)^2}+\frac {3 a}{b^4 (a+b x)}+\frac {\log (a+b x)}{b^4}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 44, normalized size = 0.76 \begin {gather*} \frac {\frac {a \left (11 a^2+27 a b x+18 b^2 x^2\right )}{(a+b x)^3}+6 \log (a+b x)}{6 b^4} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^3/(a + b*x)^4,x]

[Out]

((a*(11*a^2 + 27*a*b*x + 18*b^2*x^2))/(a + b*x)^3 + 6*Log[a + b*x])/(6*b^4)

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {x^3}{(a+b x)^4} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[x^3/(a + b*x)^4,x]

[Out]

IntegrateAlgebraic[x^3/(a + b*x)^4, x]

________________________________________________________________________________________

fricas [A]  time = 1.10, size = 94, normalized size = 1.62 \begin {gather*} \frac {18 \, a b^{2} x^{2} + 27 \, a^{2} b x + 11 \, a^{3} + 6 \, {\left (b^{3} x^{3} + 3 \, a b^{2} x^{2} + 3 \, a^{2} b x + a^{3}\right )} \log \left (b x + a\right )}{6 \, {\left (b^{7} x^{3} + 3 \, a b^{6} x^{2} + 3 \, a^{2} b^{5} x + a^{3} b^{4}\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/(b*x+a)^4,x, algorithm="fricas")

[Out]

1/6*(18*a*b^2*x^2 + 27*a^2*b*x + 11*a^3 + 6*(b^3*x^3 + 3*a*b^2*x^2 + 3*a^2*b*x + a^3)*log(b*x + a))/(b^7*x^3 +
 3*a*b^6*x^2 + 3*a^2*b^5*x + a^3*b^4)

________________________________________________________________________________________

giac [A]  time = 1.03, size = 46, normalized size = 0.79 \begin {gather*} \frac {\log \left ({\left | b x + a \right |}\right )}{b^{4}} + \frac {18 \, a b x^{2} + 27 \, a^{2} x + \frac {11 \, a^{3}}{b}}{6 \, {\left (b x + a\right )}^{3} b^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/(b*x+a)^4,x, algorithm="giac")

[Out]

log(abs(b*x + a))/b^4 + 1/6*(18*a*b*x^2 + 27*a^2*x + 11*a^3/b)/((b*x + a)^3*b^3)

________________________________________________________________________________________

maple [A]  time = 0.01, size = 55, normalized size = 0.95 \begin {gather*} \frac {a^{3}}{3 \left (b x +a \right )^{3} b^{4}}-\frac {3 a^{2}}{2 \left (b x +a \right )^{2} b^{4}}+\frac {3 a}{\left (b x +a \right ) b^{4}}+\frac {\ln \left (b x +a \right )}{b^{4}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3/(b*x+a)^4,x)

[Out]

1/3*a^3/b^4/(b*x+a)^3-3/2*a^2/b^4/(b*x+a)^2+3*a/b^4/(b*x+a)+ln(b*x+a)/b^4

________________________________________________________________________________________

maxima [A]  time = 1.39, size = 70, normalized size = 1.21 \begin {gather*} \frac {18 \, a b^{2} x^{2} + 27 \, a^{2} b x + 11 \, a^{3}}{6 \, {\left (b^{7} x^{3} + 3 \, a b^{6} x^{2} + 3 \, a^{2} b^{5} x + a^{3} b^{4}\right )}} + \frac {\log \left (b x + a\right )}{b^{4}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/(b*x+a)^4,x, algorithm="maxima")

[Out]

1/6*(18*a*b^2*x^2 + 27*a^2*b*x + 11*a^3)/(b^7*x^3 + 3*a*b^6*x^2 + 3*a^2*b^5*x + a^3*b^4) + log(b*x + a)/b^4

________________________________________________________________________________________

mupad [B]  time = 0.07, size = 45, normalized size = 0.78 \begin {gather*} \frac {\ln \left (a+b\,x\right )+\frac {3\,a}{a+b\,x}-\frac {3\,a^2}{2\,{\left (a+b\,x\right )}^2}+\frac {a^3}{3\,{\left (a+b\,x\right )}^3}}{b^4} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3/(a + b*x)^4,x)

[Out]

(log(a + b*x) + (3*a)/(a + b*x) - (3*a^2)/(2*(a + b*x)^2) + a^3/(3*(a + b*x)^3))/b^4

________________________________________________________________________________________

sympy [A]  time = 0.31, size = 70, normalized size = 1.21 \begin {gather*} \frac {11 a^{3} + 27 a^{2} b x + 18 a b^{2} x^{2}}{6 a^{3} b^{4} + 18 a^{2} b^{5} x + 18 a b^{6} x^{2} + 6 b^{7} x^{3}} + \frac {\log {\left (a + b x \right )}}{b^{4}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**3/(b*x+a)**4,x)

[Out]

(11*a**3 + 27*a**2*b*x + 18*a*b**2*x**2)/(6*a**3*b**4 + 18*a**2*b**5*x + 18*a*b**6*x**2 + 6*b**7*x**3) + log(a
 + b*x)/b**4

________________________________________________________________________________________